home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global stage
- if stage = 15 then
- if the visible of sprite 2 = 1 then
- if soundBusy(2) = 0 then
- sound playFile 2, "..\som\pletra.wav"
- end if
- set the visible of sprite 2 to 0
- else
- set the visible of sprite 2 to 1
- end if
- end if
- updateStage()
- go(the frame)
- end
-